Docker Bootcamp by McKendrick Russ

Docker Bootcamp by McKendrick Russ

Author:McKendrick, Russ [McKendrick, Russ]
Language: eng
Format: azw3
Publisher: Packt Publishing
Published: 2017-05-04T04:00:00+00:00


If you go to the resource group within the Azure Portal you should see your virtual machine is launched and ready:

Like the Mac and Linux versions of Docker Machine we need to configure our local Docker client to communicate with the remote host, to do this we need to run the following command:

docker-machine.exe env --shell powershell azuretest | Invoke-Expression

This is the equivalent of running the following on Mac or Linux:

eval $(docker-machine env azuretest)

You can check that Azure is now active by running:

docker-machine.exe ls



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.